Welcome![Sign In][Sign Up]
Location:
Search - opengl code

Search list

[OpenGL programopenglSolorSystem

Description: opengl下编写的一个银河系9大行星围绕地球旋转的源码,个人所编-opengl prepared under a galaxy nine planets rotate around the Earth, the source code, compiled by individuals
Platform: | Size: 2185216 | Author: 韩笑 | Hits:

[VC/MFCOpengl_superbible_third_edition_and_code

Description: opengl超级宝典第三版和随书光盘,内容完整-opengl super bible third edition, and all the program code of the book
Platform: | Size: 46501888 | Author: 谭楠 | Hits:

[Multimedia program3DShow

Description: 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。本代码在Windows2000下编译通过。-I need to in order to image processing and would like to achieve the two-dimensional images of three-dimensional display, so to write this code, and hope that readers who are interested in this share. Bmp image to obtain one image file, two are from the clipboard. The MFC code to call OpenGL library functions to achieve the two-dimensional images of three-dimensional display, the image width, height, and pixel brightness were three-dimensional space, x, z, y coordinates. Main initialization procedure, mapping, resource release and operation of some of these features implemented in the OGL_MFCView.cpp file. OpenGL library is initialized in the file OnCreate, InitScene and DrawScene function was achieved primarily to initialize OpenGL runtime environment variables, three-dimensional objects, light, materials, etc., due to introduce the document to initialize OpenGL library a lot of , where I will not say much, and interested readers can refer to the related documents. The DrawScene funct
Platform: | Size: 105472 | Author: 325 | Hits:

[OpenGL programreida3DemoBYZwqXin

Description: OpenGL编程之摄像漫游VC源码演示,这是学程序编游戏系列丛书中的一个实例,源码无错,编译顺利。窗口中运动的雷达和飞机是可以用键盘控制的,↑进 ↓退 →右 ←左 UP仰 DOWM俯,程序运行后会自动搜索视频渲染模式,如果找不到,会给出提示,程序也就不能运行,好好研究一下吧,这东西对编写三维游戏用得上-OpenGL programming of the camera roaming VC source code demo, this is the game of procedures compiled series of books in one instance, error-free source code, compile successfully. Window, moving radar and aircraft can be controlled using the keyboard, ↑ ↓ retreat into the left-UP ← → right-Yang DOWM stoop, the program will automatically run the search after the video rendering mode, if found, will give prompt, the program also can not run, a good look at it, this game is the lingua franca of East and West in the preparation of three-dimensional
Platform: | Size: 50176 | Author: parker | Hits:

[OpenGL programLesson06

Description: OpenGL学习的经典书籍nehe的源代码中第六课,纹理映射知识。在这一章我将教会你如何将一幅位图(bitmap)映射到正方体的六个面上去-OpenGL to learn the source code of the classic books nehe the sixth class, texture mapping knowledge. In this chapter I will teach you how to a bitmap (bitmap) mapped to the cube' s six surfaces to
Platform: | Size: 1340416 | Author: | Hits:

[2D Graphicair

Description: 这个是快速流体模拟的源代码,应用glut,opengl,稀疏矩阵,二阶龙哥库塔。-fast fluid simulation source code
Platform: | Size: 31744 | Author: 孟欣然 | Hits:

[Graph programopengl_selected_codes

Description: opengl精选的源码,内容涉及灯光材质等环境设置,碰撞检测,简单的游戏等,是学习的好资源-opengl selected source code, content, materials and other environment settings related to lighting, collision detection, simple games, are good resources for learning
Platform: | Size: 791552 | Author: wang h | Hits:

[androidAndroidGLE1.5

Description: 基于Android1.5以上版本的opengl es 的示例代码,现在Android已经到2.1了,但居多的例子还是0.9,在高版本上根本跑不通。这个可以。-Based on the above Android1.5 version of the opengl es of the sample code, and now Android has come to 2.1, but the majority of cases, or 0.9, simply run the high version unreasonable. This can be.
Platform: | Size: 776192 | Author: 刘可亮 | Hits:

[OpenGL programglutdlls36

Description: GLUT用于OPENGL的窗口函数庫3.6 ,兼容较早的opengl代码-GLUT for window OPENGL library 3.6, is compatible with the earlier opengl code
Platform: | Size: 143360 | Author: Li Yongzhi | Hits:

[OpenGL programOPenGL

Description: 利用OpenGL实现简单的三维立体图像的编程,本代码显示的是立方体和棱锥。-The use of OpenGL to achieve a simple three-dimensional graphics programming, this code shows the cube and the pyramid.
Platform: | Size: 2044928 | Author: 方周 | Hits:

[Home Personal applicationA_3D_RPG_E153777212003

Description: A 3D RPG Engine This is the first half of an OpenGL RPG. It contains most of the graphics processing code, and also walking and also tile-based collision detection. There is suppost for complex quadratic objects (spheres, cylinders, cones) and for normal triangles. As seen in the screenshot, it contains texturing, and implements the particle engine I submitted in January. In the top left corner is the Frames per secons, and there are 3 modes of movement/graphics. When you press M , it changes the mode between constant FPS, variable FPS and constant movement, and variable FPS and movement. In this version, there is a sample map with fogging and a test of most of the implemented features. Thanks to NeHe s OpenGL tutorials for helping me learn OpenGL. http://nehe.gamedev.net If you like this code, please leave feedback and vote. Sorry for the bad textures, the good ones took too up much space. If it gives you a really low FPS, like 8, press M a couple of times. -A 3D RPG Engine This is the first half of an OpenGL RPG. It contains most of the graphics processing code, and also walking and also tile-based collision detection. There is suppost for complex quadratic objects (spheres, cylinders, cones) and for normal triangles. As seen in the screenshot, it contains texturing, and implements the particle engine I submitted in January. In the top left corner is the Frames per secons, and there are 3 modes of movement/graphics. When you press M , it changes the mode between constant FPS, variable FPS and constant movement, and variable FPS and movement. In this version, there is a sample map with fogging and a test of most of the implemented features. Thanks to NeHe s OpenGL tutorials for helping me learn OpenGL. http://nehe.gamedev.net If you like this code, please leave feedback and vote. Sorry for the bad textures, the good ones took too up much space. If it gives you a really low FPS, like 8, press M a couple of times.
Platform: | Size: 101376 | Author: Behrad Niazmand | Hits:

[VC/MFCOpenGL

Description: NeHe OpenGL Tutorial 是相当不错教程, 也是目前我见过的最好的 OpenGL 教程。 教程的每一篇都是结合着实例, 结合着源代码来讲解的, 循序渐进, 是学习 OpenGL 的佳品。-NeHe OpenGL Tutorial is very good tutorial is currently the best I' ve ever seen OpenGL tutorials. Each tutorial is a combination of the examples, combined with the source code to explain the step by step to learn OpenGL-Jiapin.
Platform: | Size: 285696 | Author: wangli | Hits:

[OpenGL programFORME-2D-3D-OPENGL

Description: code present FORME-2D-3D-OPENGL http://www.cppfrance.com/telecharger.aspx?ID=11371
Platform: | Size: 45056 | Author: silkan | Hits:

[Data structsWin32_3DViewer

Description: A code to display a 3d model http://www.cppfrance.com/codes/VIEWER-3D-GENERATEUR-2D-WIN32-OPENGL-VCPLUSPLUS7_29029.aspx
Platform: | Size: 258048 | Author: silkan | Hits:

[OpenGL programSkyAndTerrain

Description: Opengl游戏编程中的天空和地形的模拟源代码-Opengl Game Programming in the sky and terrain simulation source code
Platform: | Size: 4614144 | Author: yangjian | Hits:

[OpenGL programOpenGL_Projection

Description: OpenGL里面对透视投影和正交投影两种投影模式的演示程序.并附近纹理贴图.有源代码和应用程序.-Inside OpenGL perspective projection and orthogonal projection on the two projection models demo program. And close texture. Source code and applications.
Platform: | Size: 4346880 | Author: tina | Hits:

[OpenGL programRobot

Description: opengl写的一个模拟机器人的代码,用到了很多的变化,对初学变换的初学者有一定的帮助-opengl write code for a simulated robot, used a lot of changes, with beginner transformation is certainly helpful for beginners
Platform: | Size: 256000 | Author: ff | Hits:

[Chess Poker gamesgame

Description: 基于opengl的vc++游戏编程实例,全套代码,十分有用。-Based on opengl in vc++ game programming examples, a full set of code, very useful.
Platform: | Size: 4829184 | Author: window | Hits:

[OpenGL programOpenGL

Description: OpenGL红宝书的配套代码,和书中的一样,好不容易才找到的,不用将书中的代码敲上去了。-OpenGL Red Book of the supporting code, and the book as hard just to find, and will not need to knock up the code in the book.
Platform: | Size: 592896 | Author: 闫世博 | Hits:

[Graph programtuxingxue

Description: openGL中的变换过程,理解透视投影与平行投影的不同,添加代码实现三种场景中的物体三维模型,通过变换调整观察的位置与方向-openGL in the transformation process and understand the perspective projection and parallel projection differences, add the code to achieve the three kinds of objects in the scene three-dimensional model, through the transformation to adjust the position and direction of observation
Platform: | Size: 2048 | Author: 吴心 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net